A newly designed armor from the Prontera Church exclusive for priests to protect the priests who hunt demons.
MDEF + 3
Add a chance of auto casting Level 1 Heal on yourself when the user receiving physical damage.
If you know a higher level of heal, you will cast that level instead.
Класс : Garment
Защита : 2
Вес : 50
Необходимый Lv. : 70
Доступно для : High Priest, Champion
Улучшается : Да
Доп. информация:
ID : 2545
Цена у NPC : 10
Script :
{ bonus bMdef,3; bonus3 bAutoSpellwhenhit,"AL_HEAL",getskilllv("AL_HEAL") ? getskilllv("AL_HEAL") : 1,20; }
{
...bonus bMdef,3;
...bonus3 bAutoSpellwhenhit,"AL_HEAL",getskilllv("AL_HEAL") ? getskilllv("AL_HEAL") : 1,20;
}